home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 445_01 / onetim11 / fencode.bat < prev    next >
Encoding:
DOS Batch File  |  1994-07-02  |  253 b   |  10 lines

  1. cls
  2. ren %1 plain.txt
  3. rem creating CODE.KEY file used to encode.
  4. ffcr plain.txt
  5. rem Encoding the file...
  6. fcode e
  7. ren plain.txt %1
  8. rem ***The encoded file is named ENCR.XXX***
  9. rem ***Remember to delete any plain text files with the ZDEL utility!
  10.